home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: MEMORY 1.1 (09 Apr 1996)
- **
- ** DOSDriver entry fo the memory.device
- **
- ** (C) Copyright 1996 Marius Gröger
- ** All Rights Reserved.
- */
-
- /* This defines the address range $600000-$a00000 */
- Device = memory.device
- Unit = 0
- Flags = 0
- Surfaces = 1
- SectorsPerTrack = 1
- SectorSize = 512
- Reserved = 1
- Interleave = 0
- LowCyl = 12288
- HighCyl = 20479
- Buffers = 0
- BufMemType = 0
- GlobVec = -1
- DosType = 0x444f5301
-
-